home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 August / EnterCD 8_2002.iso / Uzytki / Check Identical Files 2.11 / installchecksam.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-06-17  |  1.1 KB  |  30 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Check Identical Files
  4. AppVerName=Check Identical Files version 2.11
  5. AppId=Check Identical Files
  6. DefaultDirName={pf}\Check Identical Files
  7. DefaultGroupName=Check Identical Files
  8. UninstallDisplayIcon={app}\checksam.exe
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15. [Files]
  16. Source: "{app}\checksam.exe"; DestDir: "{app}"; 
  17. Source: "{app}\checksam.cnt"; DestDir: "{app}"; 
  18. Source: "{app}\checksam.hlp"; DestDir: "{app}"; 
  19. Source: "{app}\readme.rtf"; DestDir: "{app}"; 
  20. Source: "{app}\license.txt"; DestDir: "{app}"; 
  21. [Run]
  22. Filename: "{app}\checksam.exe"; Description: "Launch application"; Flags: postinstall skipifsilent nowait
  23. [Icons]
  24. Name: "{group}\Check Identical Files"; Filename: "{app}\checksam.exe"; 
  25. Name: "{group}\C.I.F. Help"; Filename: "{app}\checksam.hlp"; 
  26. Name: "{userdesktop}\Check Identical Files"; Filename: "{app}\checksam.exe"; 
  27. [UninstallDelete]
  28. Type: files; Name: "{app}\checksam.ini"; 
  29. Type: dirifempty; Name: "{app}"; 
  30.